Just to follow up, if you export JSON from the Android, it will look like:
{
"bucketName": "bucket",
"keyId": "somekey",
"applicationKey": "key",
"endpoint": "https://something.r2.cloudflarestorage.com/tomek",
"region": "us-east-1",
"host": "something.r2.cloudflarestorage.com",
"port": 443,
"useSSL": true,
"encryptionKey": "cG90YXRv",
"rclonePlaintextKey": false,
"filepathEncryptionEnabled": true,
"supportVersioning": false
}
The most important ones for you are:
"encryptionKey": "cG90YXRv",
"rclonePlaintextKey": false,
where it tells app to NOT USE Rclone and then encryptionKey
will be your base64
decoded AWS.
If you reimport this to desktop (Function available in the Profiles - it's actually paid one, but I would be more than happy to give you free month, so you can handle that). (edited)